home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineSprite_416 / frame_4 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  189 b   |  10 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(!this.hitTest(_root._xmouse,_root._ymouse,true))
  4.    {
  5.       gotoAndStop(1);
  6.       this.onEnterFrame = null;
  7.    }
  8. };
  9. b.useHandCursor = false;
  10.